home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 100
/
FreelogNo100-NovembreDecembre2010.iso
/
Bureautique
/
Flat File Checker
/
FlaFi.0.7.2.0.exe
/
FlatFileChecker.vshost.exe.config
< prev
next >
Wrap
Extensible Markup Language
|
2010-08-21
|
2KB
|
48 lines
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="FlatFileChecker.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<system.diagnostics>
<sources>
<!-- This section defines the logging configuration for My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Uncomment the below section to write to the Application Event Log -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<!-- Uncomment the below section to enable trace to text file -->
<!-- <trace autoflush="false" indentsize="4">
<listeners>
<add name="MyLogListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="C:\logs\trace.log" />
<remove name="Default" />
</listeners>
</trace>
<switches>
<add name="DefaultSwitch" value="0" />
</switches>
-->
<sharedListeners>
<add name="FileLog"
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
initializeData="FileLogWriter"/>
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<userSettings>
<FlatFileChecker.My.MySettings>
<setting name="DataPreviewMaxRows" serializeAs="String">
<value>1000</value>
</setting>
</FlatFileChecker.My.MySettings>
</userSettings>
</configuration>